footer .footer-top-box{
    background-color: #0d64d7;
}
footer .footer-top-box .footer-top{
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}
footer .footer-top-box .footer-top .footer-logo{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2% 0;
}
footer .footer-top-box .footer-top .footer-logo .ewm>div{
    width: 124px;
	height: 124px;
}
footer .footer-top-box .footer-top .footer-logo .ewm>div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
footer .footer-top-box .footer-top .footer-logo .ewm p{
    text-align: center;
    font-size: 14px;
    margin-top: 10%;
	color: #ffffff;
}
.footer-navbox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 2% 0;
}
.footer-navbox .footer-nav{
    width: 40%;
}
.footer-navbox .footer-nav ul{
    display: flex;
    justify-content: space-between;
}
.footer-navbox .footer-nav ul li h4{
    font-size: 24px;
	line-height: 30px;
	color: #ffffff;
    margin-bottom: 25px;
}
.footer-navbox .footer-nav ul li a{
    font-size: 16px;
	line-height: 32px;
	color: #ffffff;
	opacity: 0.8;
}
.footer-navbox .footer-ly{
    width: 50%;
}
.footer-navbox .footer-ly h4{
    font-size: 24px;
	line-height: 30px;
	color: #ffffff;
    margin-bottom: 25px;
}
.footer-navbox .footer-ly p{
    font-size: 14px;
    line-height: 32px;
	color: #ffffff;
	opacity: 0.8;
}
.footer-navbox .footer-ly form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 5%;
}
.footer-navbox .footer-ly form input{
    width: 32%;
	height: 34px;
	border: solid 1px #cccccc;
    background: transparent;
    padding-left: 2%;
    font-size: 12px;
	color: #ffffff;
	opacity: 0.5;
}
.footer-navbox .footer-ly form input::placeholder{
    font-size: 12px;
	color: #ffffff;
	opacity: 0.5;
}
.footer-navbox .footer-ly form textarea{
    width: 100%;
    height: 103px;
	border: solid 1px #cccccc;
    margin-top: 2%;
    background: transparent;
    padding: 2%;
    font-size: 12px;
	color: #ffffff;
	opacity: 0.5;
}
.footer-navbox .footer-ly form textarea::placeholder{
    font-size: 12px;
	color: #ffffff;
	opacity: 0.5;
}
.footer-navbox .footer-ly form button{
    width: 120px;
	height: 34px;
	background-color: rgba(255, 255, 255, .3);
    text-align: center;
    font-size: 14px;
	line-height: 34px;
	color: #ffffff;
    cursor: pointer;
    margin-top: 3%;
    transition: all .5s;
}
.footer-navbox .footer-ly form button:hover{
    box-shadow: 1px 1px 10px rgba(255, 255, 255, .3);
}
.footer-bot-box{
    padding: 1% 0;
}
.footer-bot-box .bq{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer-bot-box .bq p{
    font-size: 18px;
	letter-spacing: 1px;
	color: #333333;
    display: inline-block;
}
.footer-bot-box .bq p a{
    font-size: 18px;
	letter-spacing: 1px;
	color: #333333;
    display: inline-block;
}